home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
InfoMagic Internet Tools 1993 July
/
Internet Tools.iso
/
RockRidge
/
info-service
/
www
/
dev
/
libHTML-930121
/
libwww
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1993-01-21
|
275 b
|
17 lines
# Makefile -- supplementary makefile for parts of libwww used by libhtml test
# $Id$
#
WWWLIBOBJ = HTParse.o HTString.o
RANLIB = ranlib
AR = ar
RM = rm
libwww.a: $(WWWLIBOBJ)
$(RM) -rf $@
$(AR) cq $@ $(WWWLIBOBJ)
$(RANLIB) $@
clean:
$(RM) -rf $(WWWLIBOBJ) libwww.a *~